go/types.TypeAndValue.mode (field)

11 uses

	go/types (current package)
		api.go#L384: 	mode  operandMode
		api.go#L392: 	return tv.mode == novalue
		api.go#L397: 	return tv.mode == typexpr
		api.go#L403: 	return tv.mode == builtin
		api.go#L410: 	switch tv.mode {
		api.go#L420: 	return tv.mode == value && tv.Type == Typ[UntypedNil]
		api.go#L426: 	return tv.mode == variable
		api.go#L432: 	return tv.mode == variable || tv.mode == mapindex
		api.go#L438: 	return tv.mode == commaok || tv.mode == mapindex